fix(session): match Windows directory separators#28027
Conversation
|
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found several related PRs that address similar Windows path separator issues: Related PRs:
These PRs appear to be addressing the same root cause (Windows backslash vs forward slash path separators affecting session visibility). While PR #28027 (the current PR) is a focused fix for issue #27996, you may want to review PRs #26580 and #26463 to ensure this fix doesn't duplicate or conflict with existing solutions, or to understand if those were incomplete/reverted fixes. |
Issue for this PR
Fixes #27996
Type of change
What does this PR do?
Normalizes Windows-style session directories when new sessions are created and matches legacy backslash-stored directories when filtering session lists.
This keeps sessions visible when Windows users open the same project with slash and backslash path variants.
How did you verify your code works?
Screenshots / recordings
Not applicable; session directory matching regression.
Checklist